Remove GtkWindow::hide-titlebar-when-maximized
authorMatthias Clasen <mclasen@redhat.com>
Mon, 1 May 2017 16:57:05 +0000 (12:57 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 1 May 2017 17:26:46 +0000 (13:26 -0400)
commit92b0d2e8ea8b41ea914eb4d66b48cc7dd2d34b9d
tree00ec2f6a201a3e6b7f95bafcc1bdbe5a56421b32
parentc405fe23bff97edf7ae4016d865107913b7458c2
Remove GtkWindow::hide-titlebar-when-maximized

This was only every implemented under X11, and with CSD,
this is clearly in the application realm. We should not
pretend that we can support it on the toolkit level.

https://bugzilla.gnome.org/show_bug.cgi?id=775061
demos/gtk-demo/application.c
demos/gtk-demo/menus.ui
docs/reference/gtk/gtk4-sections.txt
gtk/gtkwindow.c
gtk/gtkwindow.h
testsuite/gtk/window.c